Fix up a doc comment
authorMatthias Clasen <mclasen@redhat.com>
Thu, 30 Nov 2017 04:35:45 +0000 (23:35 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 30 Nov 2017 04:39:06 +0000 (23:39 -0500)
gtk/gtkrender.c

index e898999f89d33e83e51195075e20ef947b934a53..5c62287ea6896761dbf24a324e7f704bb3b85a50 100644 (file)
@@ -854,8 +854,8 @@ gtk_render_activity (GtkStyleContext *context,
  * @context: a #GtkStyleContext
  * @cr: a #cairo_t
  * @texture: a #GdkTexture containing the icon to draw
- * @x: X position for the @pixbuf
- * @y: Y position for the @pixbuf
+ * @x: X position for the @texture
+ * @y: Y position for the @texture 
  *
  * Renders the icon in @texture at the specified @x and @y coordinates.
  *